home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / libs / IdmLib.lha / IdmLib / Examples / GetID / dmakefile next >
Encoding:
Makefile  |  1999-02-28  |  152 b   |  9 lines

  1. #
  2. # Mon/22/Feb/1999 (This file requires dmake)
  3. #
  4.  
  5. DCCOPTS = -proto -s -Hainc:system.m=ainc:system.h
  6.  
  7. GetID : GetID.c
  8.     dcc %(right) -o%(left) $(DCCOPTS)
  9.